home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / bbs / IND-FD25.lha / IND-FD25.readme < prev   
Text File  |  1999-01-12  |  7KB  |  200 lines

  1. Short   : File list downloader V2.5 for DayDream
  2. Author  : Ognjen Nedeljkovic (ogisha@afrodita.rcub.bg.ac.yu)
  3. Uploader: Ognjen Nedeljkovic (ogisha@afrodita.rcub.bg.ac.yu)
  4. Version : 2.5
  5. Type    : comm/bbs
  6. Requires: DayDream V1.27+, works fine with DayDreamNT
  7.  
  8.  
  9.                           ...iNDUSTRY presents...
  10.  
  11.  
  12.                File List Downloader by Ogisha/iNDUSTRY V2.5
  13.                --------------------------------------------
  14.  
  15.  DayDream door which allows users to download lists of file catalogs from
  16.                                conferences.
  17.  
  18. Copyright:
  19. ----------
  20.  
  21.         This door is copyright of Ognjen Nedeljkovic - Ogisha.
  22.         (c)1996-1999 by Ogisha's quality doors.
  23.         Archive can be freely distributed as long as it's kept untouched.
  24.  
  25. Disclaimer:
  26. ----------
  27.  
  28.         I'm not responsable if this door cause you any damage.
  29.  
  30. Registration:
  31. -------------
  32.    
  33.         Not needed anymore. It's freeware now.
  34.  
  35. Requirements:
  36. -------------
  37.  
  38.         You  need  DreamDoor.library version 5.1 or above.  Door was tested
  39. on  DayDream  V1.27.   I  don't make guarantee that door will work with any
  40. older version.
  41.         It  has  also been tested with MadVirgin's DayDeam V1.30 BETA 5 and
  42. with Nevermind's DayDreamNT beta versions.
  43.         You  need Lha, Lzx and Zip archivers in your C: directory.
  44.  
  45. Instalation: 
  46. ------------
  47.  
  48. 1. Just copy file FileListDL without extension to whereever you hold your
  49.    doors. There are two versions optimised for 68000 and 68020 processors
  50.    with appropriate file exstensions.
  51.  
  52. 2. Copy FileListDL.CFG to dir where your DreamUtils ENV variable points to.
  53.  
  54. 3. Copy FileListDL.DOC to where ever you hold your docs.
  55.  
  56. 4. Add to your Commands.DAT something like this:
  57.  
  58. ...
  59. ...
  60.  
  61. +
  62. DOOR_COMMAND.. DD
  63. DOOR_TYPE..... 1
  64. DOOR_SECURITY. 5
  65. DOOR_EXECUTE.. Doors:FileListDL %N
  66. +
  67.  
  68. ...
  69. ...
  70.  
  71.  
  72. Configuration:
  73. --------------
  74.  
  75.         Look for what is written in FileListDL.CFG config file.
  76.         First is your BBS ID.  It is short for your BBS name.  It shouldn't
  77. be longer than three or four characters.
  78.         Second  is  a path for temporary directory.  If you want everything
  79. to  be  fast, put it somewhere in RAM:.  This must end with ':' or '/'.  If
  80. you  are  low  in  memory,  or  have  lots  of nodes, then select temporary
  81. directory somewhere else but RAM:, because this door is memory hungry.  You
  82. should  experiment  with  temporary  directory  to  gain  optimal speed and
  83. memory usage.
  84.         Third  is  Y/N switch.  'Y' will allow users to download lists from
  85. password  protected  conferences  (see  more in features).  It takes effect
  86. only if user has selected to download lists from all conferences.
  87.  
  88. Features:
  89. ---------
  90.  
  91.         This  is reliable, very fast and clean written door.  It is made to
  92. be as fast as it can.  All the things which depend on me are written in the
  93. fastest way, but some speed depends of speed of the archivers.
  94.         User  can  download  file  areas  packed  with Lha, Lzx, or Zip, or
  95. download it as ASCII text.
  96.         User can choose between one or all file areas in current conference
  97. or  even  all  file  areas from all conferences.  If user has not access to
  98. some  conferences, he will not receive lists from them.  If user has access
  99. to  cenferences  which  are  protected  with  password and he has chosen to
  100. download  lists  from  all conferences, you can allow him to download lists
  101. from these kind of conferences, or not.  If you allow user to download from
  102. password  protected  conferences  he  will be asked for conference password
  103. each  time  FileListDL finds one.  That could be boring if you have lots of
  104. password  protected  conferences which some users have access to, and thats
  105. why  I  added possability to turn it off.  Users can allways download lists
  106. from  password  protected conferences if they enter each one separately and
  107. if they know the password, of course.
  108.         File_ID.DIZ  is  being  added  to all archives.  In File_ID.DIZ are
  109. written  some  data  useful  for user like BBS name, date, conference, file
  110. area, etc.
  111.  
  112. Note:
  113. -----
  114.  
  115.         Door was written to work with 16 Cols ANSI, but it should look nice
  116. in 8 Cols ANSI, too. ;)
  117.  
  118. Bugs:
  119. -----
  120.  
  121.         There should not be any. ;)
  122.         If you find some contact me.
  123.  
  124. History:
  125. --------
  126.  
  127.         1.0 - First version, written in AREXX. It was used internally on my
  128.               BBS, only.
  129.         1.1 - Added some improvements. Written in AREXX and used internally,
  130.               too.
  131.         2.0 - First public release, written in AmigaE.
  132.               Added File_ID.DIZ Handling.
  133.         2.1 - Added possibility do download file lists from all conferences. 
  134.               Did some code optimizations.
  135.               Added server activity.
  136.               Implemented version string.
  137.               Fixed possible problems with some txt File_ID.DIZ extractors.
  138.               Improved error handling.
  139.               Fixed possible problems with multinode BBSs.
  140.               Rewritten some parts of code in assembler for better speed.
  141.               Door is even more intelligent now.
  142.         2.2 - Fixed stupid bug with Lzx and one area selected.
  143.               Fixed possible stack problem when all conferences selected.
  144.         2.3 - Speeded up file handling a lot.
  145.               Improved & speeded up File_ID.DIZ creation.
  146.               Optimised code again.
  147.               Added file name & lenth information before downloading.
  148.               Replaced 'A' & 'C' functions. It confused users.
  149.               This should be the first version distributed out of Yugoslavia.
  150.       2.4b1 - Internal beta version.
  151.               Improved file handling. It's now really fast!
  152.               Error handling improved.
  153.         2.5 - Fixed bug with DayDreamNT betas.
  154.               Added 68020+ optimised version in distribution.
  155.               It's freeware now!
  156.  
  157. To Do:
  158. ------
  159.  
  160.         Implemet some more features unseen in other doors. :)
  161.        
  162.         Unfortunetly, i don't have much time for developing because of my
  163.         exams. That's why you get a new version every six months. ;)
  164.  
  165. Credits:
  166. --------
  167.  
  168.         Dex - for geting me involved with AmigaE
  169.         King (u-ROSH tHA bEAUTY) - for giving me an idea
  170.         Wakizashi - for giving me support to continue developing
  171.         Anty Häyrynen, Mattias Nilsson, 
  172.         Noah (Cmok! bre) - for developing the best 
  173.                            BBS software ever
  174.         Mr.W - For great work on DayDreamNT
  175.         Wouter van Oortmerssen - for developing the best programing language ;)
  176.  
  177. Contact:
  178. --------
  179.  
  180. E-Mail
  181.  
  182.         ogisha@afrodita.rcub.bg.ac.yu
  183.  
  184.  
  185. Adress
  186.  
  187.         Ognjen Nedeljkovic
  188.         Brace Jerkovic 145
  189.         11000 Belgrade
  190.         Yugoslavia
  191.         Europe
  192.  
  193. or call
  194.  
  195.         Underground! BBS
  196.         +381-11-472-424
  197.  
  198.  
  199. Readme created with ARC 3.0 - Copyright (c)1996-98 by Jens Weyer.
  200.